home *** CD-ROM | disk | FTP | other *** search
/ Singles Flirt Up Your Life! (German) / Singles Flirt Up Your Life.iso / data1.cab / GameLogic_agl / glSkills.agl < prev    next >
Text File  |  2004-01-29  |  28KB  |  1,874 lines

  1. GLSkills object
  2. {
  3.     skills
  4.     {
  5.         # zero level for cooking
  6.         cooking0
  7.         {
  8.         }
  9.         
  10.         # enables cooking
  11.         cooking1
  12.         {
  13.             extends = cooking0
  14.         }
  15.             
  16.         # improved cooking level
  17.         cooking2
  18.         {
  19.             extends = cooking1
  20.             
  21.             activityModifiers
  22.             {
  23.                 cook
  24.                 {
  25.                     generalModifiers
  26.                     {
  27.                         0
  28.                         {
  29.                             type = duration
  30.                             operation = DIV
  31.                             value = 1.4
  32.                         }
  33.                     }
  34.                 }
  35.                 
  36.                 eat
  37.                 {
  38.                     influenceModifiers
  39.                     {
  40.                         0
  41.                         {
  42.                             condition = NEED_HUNGER
  43.                             type = value
  44.                             operation = MUL
  45.                             value = 1.4
  46.                         }
  47.                     }
  48.                 }
  49.             }
  50.             
  51.         }
  52.             
  53.         # Kochen 3. Stufe
  54.         cooking3
  55.         {        
  56.             extends = cooking2
  57.             
  58.             activityModifiers
  59.             {
  60.                 cook
  61.                 {
  62.                     generalModifiers
  63.                     {
  64.                         0
  65.                         {
  66.                             type = duration
  67.                             operation = DIV
  68.                             value = 1.4
  69.                         }
  70.                     }
  71.                 }
  72.                 
  73.                 eat
  74.                 {
  75.                     influenceModifiers
  76.                     {
  77.                         0
  78.                         {
  79.                             condition = NEED_HUNGER
  80.                             type = value
  81.                             operation = MUL
  82.                             value = 1.4
  83.                         }
  84.                     }
  85.                 }
  86.             }
  87.             
  88.         }
  89.         
  90.         # enables cleaning
  91.         cleaning0
  92.         {    
  93.         }
  94.         
  95.         # enables cleaning
  96.         cleaning1
  97.         {    
  98.             extends = cleaning0
  99.         }
  100.         
  101.         # improves speed and effectiveness of cleaning
  102.         cleaning2
  103.         {
  104.             extends = cleaning1
  105.             
  106.             activityModifiers
  107.             {
  108.                 clean
  109.                 {
  110.                     generalModifiers
  111.                     {
  112.                         0
  113.                         {
  114.                             type = duration
  115.                             operation = DIV
  116.                             value = 1.4
  117.                         }
  118.                     }
  119.                 }
  120.                 cleanFloor
  121.                 {
  122.                     generalModifiers
  123.                     {
  124.                         0
  125.                         {
  126.                             type = duration
  127.                             operation = DIV
  128.                             value = 1.4
  129.                         }
  130.                     }
  131.                 }
  132.             }        
  133.         }
  134.         
  135.         # improves speed and effectiveness of cleaning
  136.         cleaning3
  137.         {
  138.             extends = cleaning2
  139.             
  140.             activityModifiers
  141.             {
  142.                 clean
  143.                 {
  144.                     generalModifiers
  145.                     {
  146.                         0
  147.                         {
  148.                             type = duration
  149.                             operation = DIV
  150.                             value = 1.4
  151.                         }
  152.                     }
  153.                 }
  154.                 cleanFloor
  155.                 {
  156.                     generalModifiers
  157.                     {
  158.                         0
  159.                         {
  160.                             type = duration
  161.                             operation = DIV
  162.                             value = 1.4
  163.                         }
  164.                     }
  165.                 }
  166.             }        
  167.         }
  168.         
  169.         cleaning4
  170.         {
  171.             extends = cleaning3
  172.             
  173.             activityModifiers
  174.             {
  175.                 clean
  176.                 {
  177.                     generalModifiers
  178.                     {
  179.                         0
  180.                         {
  181.                             type = duration
  182.                             operation = DIV
  183.                             value = 1.4
  184.                         }
  185.                     }
  186.                 }
  187.                 cleanFloor
  188.                 {
  189.                     generalModifiers
  190.                     {
  191.                         0
  192.                         {
  193.                             type = duration
  194.                             operation = DIV
  195.                             value = 1.4
  196.                         }
  197.                     }
  198.                 }
  199.             }            
  200.         }
  201.         
  202.         repair0
  203.         {
  204.         }
  205.         
  206.         # enables basic repair abilities
  207.         repair1
  208.         {
  209.             extends = repair0
  210.         }
  211.         
  212.         repair2
  213.         {
  214.             extends = repair1
  215.             
  216.             
  217.             activityModifiers
  218.             {
  219.                 repair
  220.                 {
  221.                     generalModifiers
  222.                     {
  223.                         0
  224.                         {
  225.                             type = duration
  226.                             operation = DIV
  227.                             value = 1.4
  228.                         }
  229.                     }
  230.                 }
  231.             }
  232.         }
  233.         
  234.         repair3
  235.         {
  236.             extends = repair2
  237.             
  238.             
  239.             activityModifiers
  240.             {
  241.                 repair
  242.                 {
  243.                     generalModifiers
  244.                     {
  245.                         0
  246.                         {
  247.                             type = duration
  248.                             operation = DIV
  249.                             value = 1.4
  250.                         }
  251.                     }
  252.                 }
  253.             }
  254.         }
  255.         
  256.         repair4
  257.         {
  258.             extends = repair3
  259.             
  260.             activityModifiers
  261.             {
  262.                 repair
  263.                 {
  264.                     generalModifiers
  265.                     {
  266.                         0
  267.                         {
  268.                             type = duration
  269.                             operation = DIV
  270.                             value = 1.4
  271.                         }
  272.                     }
  273.                 }
  274.             }
  275.         }
  276.     
  277.         humor0
  278.         {
  279.         }
  280.         
  281.         # enables jokes
  282.         humor1
  283.         {
  284.             extends = humor0
  285.             
  286.             activityModifiers
  287.             {
  288.                 talkJoke
  289.                 {
  290.                     influenceModifiers
  291.                     {
  292.                         0
  293.                         {
  294.                             condition = NEED_FUN
  295.                             type = value
  296.                             operation = MUL
  297.                             value = 1.4
  298.                         }
  299.                     }
  300.                     targetInfluenceModifiers
  301.                     {
  302.                         0
  303.                         {
  304.                             condition = NEED_FUN
  305.                             type = value
  306.                             operation = MUL
  307.                             value = 1.4
  308.                             
  309.                             activityTarget
  310.                             {
  311.                                 partner = true
  312.                             }
  313.                         }
  314.                     }
  315.                 }
  316.             }
  317.             
  318.             characterModifier
  319.             {
  320.                 relationshipInfluenceModifiers
  321.                 {
  322.                     0
  323.                     {    
  324.                         relationshipCondition = REL_FUN
  325.                         type = value
  326.                         operation = MUL
  327.                         value = 1.25
  328.                     }
  329.                 }
  330.                 
  331.             }
  332.         }
  333.         
  334.         # improves funniness of jokes
  335.         humor2
  336.         {
  337.             extends = humor1
  338.             
  339.             activityModifiers
  340.             {
  341.                 talkJoke
  342.                 {
  343.                     influenceModifiers
  344.                     {
  345.                         0
  346.                         {
  347.                             condition = NEED_FUN
  348.                             type = value
  349.                             operation = MUL
  350.                             value = 1.4
  351.                         }
  352.                     }
  353.                     targetInfluenceModifiers
  354.                     {
  355.                         0
  356.                         {
  357.                             condition = NEED_FUN
  358.                             type = value
  359.                             operation = MUL
  360.                             value = 1.4
  361.                             
  362.                             activityTarget
  363.                             {
  364.                                 partner = true
  365.                             }
  366.                         }
  367.                     }
  368.                 }
  369.             }
  370.             
  371.             characterModifier
  372.             {
  373.                 relationshipInfluenceModifiers
  374.                 {
  375.                     0
  376.                     {    
  377.                         relationshipCondition = REL_FUN
  378.                         type = value
  379.                         operation = MUL
  380.                         value = 1.25
  381.                     }
  382.                 }
  383.                 
  384.             }
  385.         }
  386.         
  387.         humor3
  388.         {
  389.             extends = humor2
  390.             
  391.             activityModifiers
  392.             {
  393.                 talkJoke
  394.                 {
  395.                     influenceModifiers
  396.                     {
  397.                         0
  398.                         {
  399.                             condition = NEED_FUN
  400.                             type = value
  401.                             operation = MUL
  402.                             value = 1.4
  403.                         }
  404.                     }
  405.                     targetInfluenceModifiers
  406.                     {
  407.                         0
  408.                         {
  409.                             condition = NEED_FUN
  410.                             type = value
  411.                             operation = MUL
  412.                             value = 1.4
  413.                             
  414.                             activityTarget
  415.                             {
  416.                                 partner = true
  417.                             }
  418.                         }
  419.                     }
  420.                 }
  421.             }
  422.             
  423.             characterModifier
  424.             {
  425.                 relationshipInfluenceModifiers
  426.                 {
  427.                     0
  428.                     {    
  429.                         relationshipCondition = REL_FUN
  430.                         type = value
  431.                         operation = MUL
  432.                         value = 1.25
  433.                     }
  434.                 }
  435.                 
  436.             }
  437.         }
  438.         
  439.         # Die Karrierestufe des Characters?, bestimmt Geld etc. Verschiedene Berufe?
  440.         
  441.         career0
  442.         {
  443.         }
  444.         
  445.         career1
  446.         {
  447.             extends = career0
  448.         
  449.             characterModifier
  450.             {
  451.                 careerInfluenceModifiers
  452.                 {
  453.                     0
  454.                     {
  455.                         type = bonus
  456.                         operation = ADD
  457.                         value = 25
  458.                     }
  459.                 }
  460.             }
  461.         }
  462.  
  463.         career2
  464.         {
  465.             extends = career1
  466.             
  467.             characterModifier
  468.             {
  469.                 careerInfluenceModifiers
  470.                 {
  471.                     0
  472.                     {
  473.                         type = bonus
  474.                         operation = ADD
  475.                         value = 50
  476.                     }
  477.                 }
  478.             }
  479.         }
  480.  
  481.         career3
  482.         {
  483.             extends = career2
  484.             
  485.             characterModifier
  486.             {
  487.                 careerInfluenceModifiers
  488.                 {
  489.                     0
  490.                     {
  491.                         type = bonus
  492.                         operation = ADD
  493.                         value = 75
  494.                     }
  495.                     1
  496.                     {
  497.                         type = lateOverTime
  498.                         operation = ADD
  499.                         value = 0.5
  500.                     }
  501.                 }
  502.             }
  503.         }
  504.         
  505.         career4
  506.         {
  507.             extends = career3
  508.             
  509.             characterModifier
  510.             {
  511.                 careerInfluenceModifiers
  512.                 {
  513.                     0
  514.                     {
  515.                         type = bonus
  516.                         operation = ADD
  517.                         value = 100
  518.                     }
  519.                     1
  520.                     {
  521.                         type = lateOverTime
  522.                         operation = ADD
  523.                         value = 0.5
  524.                     }
  525.                 }
  526.             }
  527.         }
  528.  
  529.         career5
  530.         {
  531.             extends = career4
  532.             
  533.             characterModifier
  534.             {
  535.                 careerInfluenceModifiers
  536.                 {
  537.                     0
  538.                     {
  539.                         type = bonus
  540.                         operation = ADD
  541.                         value = 125
  542.                     }
  543.                     1
  544.                     {
  545.                         type = earlyOverTime
  546.                         operation = ADD
  547.                         value = 0.5
  548.                     }
  549.                 }
  550.             }
  551.         }
  552.  
  553.         career6
  554.         {
  555.             extends = career5
  556.             
  557.             characterModifier
  558.             {
  559.                 careerInfluenceModifiers
  560.                 {
  561.                     0
  562.                     {
  563.                         type = bonus
  564.                         operation = ADD
  565.                         value = 150
  566.                     }
  567.                     1
  568.                     {
  569.                         type = earlyOverTime
  570.                         operation = ADD
  571.                         value = 0.5
  572.                     }
  573.                 }
  574.             }
  575.         }
  576.  
  577.         slacker0
  578.         {
  579.         }
  580.         
  581.         # reduces the time needed to work by 15% (Drⁿckebergerei)
  582.         slacker1
  583.         {
  584.         
  585.             extends = slacker0
  586.         
  587.             requiredLevel = 6
  588.             
  589.             characterModifier
  590.             {
  591.                 careerInfluenceModifiers
  592.                 {
  593.                     0
  594.                     {
  595.                         type = earlyOverTime
  596.                         operation = SUB
  597.                         value = 1
  598.                     }
  599.                 }
  600.             }
  601.         }
  602.         
  603.         slacker2
  604.         {
  605.             extends = slacker1
  606.             
  607.             requiredLevel = 12
  608.             
  609.             characterModifier
  610.             {
  611.                 careerInfluenceModifiers
  612.                 {
  613.                     0
  614.                     {
  615.                         type = lateOverTime
  616.                         operation = SUB
  617.                         value = 1
  618.                     }
  619.                 }
  620.             }
  621.         }
  622.         
  623.  
  624.         flirting0
  625.         {
  626.         }
  627.         
  628.         # erm÷glicht und verbessert Flirten. Seductress +1
  629.         flirting1
  630.         {
  631.             extends = flirting0
  632.         
  633.             activityModifiers
  634.             {
  635.                 talkFlirt
  636.                 {
  637.                     influenceModifiers
  638.                     {
  639.                         0
  640.                         {
  641.                             condition = NEED_LIBIDO_EROTIC
  642.                             type = value
  643.                             operation = MUL
  644.                             value = 1.4
  645.                         }
  646.                     }
  647.                     targetInfluenceModifiers
  648.                     {
  649.                         0
  650.                         {
  651.                             condition = NEED_LIBIDO_EROTIC
  652.                             type = value
  653.                             operation = MUL
  654.                             value = 1.4
  655.                             activityTarget
  656.                             {
  657.                                 partner = true
  658.                             }
  659.                         }
  660.                     }
  661.                 }
  662.                 
  663.                 kissBed
  664.                 {
  665.                     influenceModifiers
  666.                     {
  667.                         0
  668.                         {
  669.                             condition = NEED_LIBIDO_EROTIC
  670.                             type = value
  671.                             operation = MUL
  672.                             value = 1.4
  673.                         }
  674.                     }
  675.                     targetInfluenceModifiers
  676.                     {
  677.                         0
  678.                         {
  679.                             condition = NEED_LIBIDO_EROTIC
  680.                             type = value
  681.                             operation = MUL
  682.                             value = 1.4
  683.                             activityTarget
  684.                             {
  685.                                 partner = true
  686.                             }
  687.                         }
  688.                     }
  689.                 }
  690.                 
  691.                 flirtDancing
  692.                 {
  693.                     influenceModifiers
  694.                     {
  695.                         0
  696.                         {
  697.                             condition = NEED_LIBIDO_EROTIC
  698.                             type = value
  699.                             operation = MUL
  700.                             value = 1.4
  701.                         }
  702.                     }
  703.                     targetInfluenceModifiers
  704.                     {
  705.                         0
  706.                         {
  707.                             condition = NEED_LIBIDO_EROTIC
  708.                             type = value
  709.                             operation = MUL
  710.                             value = 1.4
  711.                             activityTarget
  712.                             {
  713.                                 partner = true
  714.                             }
  715.                         }
  716.                     }
  717.                 }
  718.             }
  719.             
  720.             characterModifier
  721.             {
  722.                 relationshipInfluenceModifiers
  723.                 {
  724.                     0
  725.                     {    
  726.                         relationshipCondition = REL_EROTIC
  727.                         type = value
  728.                         operation = MUL
  729.                         value = 1.25
  730.                     }
  731.                 }
  732.             }
  733.         }
  734.     
  735.         flirting2
  736.         {
  737.             extends = flirting1
  738.             
  739.             activityModifiers
  740.             {
  741.                 talkFlirt
  742.                 {
  743.                     influenceModifiers
  744.                     {
  745.                         0
  746.                         {
  747.                             condition = NEED_LIBIDO_EROTIC
  748.                             type = value
  749.                             operation = MUL
  750.                             value = 1.4
  751.                         }
  752.                     }
  753.                     targetInfluenceModifiers
  754.                     {
  755.                         0
  756.                         {
  757.                             condition = NEED_LIBIDO_EROTIC
  758.                             type = value
  759.                             operation = MUL
  760.                             value = 1.4
  761.                             activityTarget
  762.                             {
  763.                                 partner = true
  764.                             }
  765.                         }
  766.                     }
  767.                 }
  768.                 
  769.                 kissBed
  770.                 {
  771.                     influenceModifiers
  772.                     {
  773.                         0
  774.                         {
  775.                             condition = NEED_LIBIDO_EROTIC
  776.                             type = value
  777.                             operation = MUL
  778.                             value = 1.4
  779.                         }
  780.                     }
  781.                     targetInfluenceModifiers
  782.                     {
  783.                         0
  784.                         {
  785.                             condition = NEED_LIBIDO_EROTIC
  786.                             type = value
  787.                             operation = MUL
  788.                             value = 1.4
  789.                             activityTarget
  790.                             {
  791.                                 partner = true
  792.                             }
  793.                         }
  794.                     }
  795.                 }
  796.                 
  797.                 flirtDancing
  798.                 {
  799.                     influenceModifiers
  800.                     {
  801.                         0
  802.                         {
  803.                             condition = NEED_LIBIDO_EROTIC
  804.                             type = value
  805.                             operation = MUL
  806.                             value = 1.4
  807.                         }
  808.                     }
  809.                     targetInfluenceModifiers
  810.                     {
  811.                         0
  812.                         {
  813.                             condition = NEED_LIBIDO_EROTIC
  814.                             type = value
  815.                             operation = MUL
  816.                             value = 1.4
  817.                             activityTarget
  818.                             {
  819.                                 partner = true
  820.                             }
  821.                         }
  822.                     }
  823.                 }
  824.             }
  825.             
  826.             characterModifier
  827.             {
  828.                 relationshipInfluenceModifiers
  829.                 {
  830.                     0
  831.                     {    
  832.                         relationshipCondition = REL_EROTIC
  833.                         type = value
  834.                         operation = MUL
  835.                         value = 1.25
  836.                     }
  837.                 }
  838.             }
  839.         }
  840.         
  841.         flirting3
  842.         {
  843.             extends = flirting2
  844.             
  845.             activityModifiers
  846.             {
  847.                 talkFlirt
  848.                 {
  849.                     influenceModifiers
  850.                     {
  851.                         0
  852.                         {
  853.                             condition = NEED_LIBIDO_EROTIC
  854.                             type = value
  855.                             operation = MUL
  856.                             value = 1.4
  857.                         }
  858.                     }
  859.                     targetInfluenceModifiers
  860.                     {
  861.                         0
  862.                         {
  863.                             condition = NEED_LIBIDO_EROTIC
  864.                             type = value
  865.                             operation = MUL
  866.                             value = 1.4
  867.                             activityTarget
  868.                             {
  869.                                 partner = true
  870.                             }
  871.                         }
  872.                     }
  873.                 }
  874.                 
  875.                 kissBed
  876.                 {
  877.                     influenceModifiers
  878.                     {
  879.                         0
  880.                         {
  881.                             condition = NEED_LIBIDO_EROTIC
  882.                             type = value
  883.                             operation = MUL
  884.                             value = 1.4
  885.                         }
  886.                     }
  887.                     targetInfluenceModifiers
  888.                     {
  889.                         0
  890.                         {
  891.                             condition = NEED_LIBIDO_EROTIC
  892.                             type = value
  893.                             operation = MUL
  894.                             value = 1.4
  895.                             activityTarget
  896.                             {
  897.                                 partner = true
  898.                             }
  899.                         }
  900.                     }
  901.                 }
  902.                 
  903.                 flirtDancing
  904.                 {
  905.                     influenceModifiers
  906.                     {
  907.                         0
  908.                         {
  909.                             condition = NEED_LIBIDO_EROTIC
  910.                             type = value
  911.                             operation = MUL
  912.                             value = 1.4
  913.                         }
  914.                     }
  915.                     targetInfluenceModifiers
  916.                     {
  917.                         0
  918.                         {
  919.                             condition = NEED_LIBIDO_EROTIC
  920.                             type = value
  921.                             operation = MUL
  922.                             value = 1.4
  923.                             activityTarget
  924.                             {
  925.                                 partner = true
  926.                             }
  927.                         }
  928.                     }
  929.                 }
  930.             }
  931.             
  932.             characterModifier
  933.             {
  934.                 relationshipInfluenceModifiers
  935.                 {
  936.                     0
  937.                     {    
  938.                         relationshipCondition = REL_EROTIC
  939.                         type = value
  940.                         operation = MUL
  941.                         value = 1.25
  942.                     }
  943.                 }
  944.             }
  945.         }
  946.         
  947.         romantic0
  948.         {
  949.         }
  950.         
  951.         # erm÷glicht und verbessert romantik
  952.         romantic1
  953.         {
  954.             extends = romantic0
  955.         
  956.             activityModifiers
  957.             {
  958.                 kissFriendly
  959.                 {
  960.                     influenceModifiers
  961.                     {
  962.                         0
  963.                         {
  964.                             condition = NEED_RELATIONSHIP_ROMANTIC
  965.                             type = value
  966.                             operation = MUL
  967.                             value = 1.4
  968.                         }
  969.                     }
  970.                     targetInfluenceModifiers
  971.                     {
  972.                         0
  973.                         {
  974.                             condition = NEED_RELATIONSHIP_ROMANTIC
  975.                             type = value
  976.                             operation = MUL
  977.                             value = 1.4
  978.                             activityTarget
  979.                             {
  980.                                 partner = true
  981.                             }
  982.                         }
  983.                     }
  984.                 }
  985.                 
  986.                 kissNice
  987.                 {
  988.                     influenceModifiers
  989.                     {
  990.                         0
  991.                         {
  992.                             condition = NEED_RELATIONSHIP_ROMANTIC
  993.                             type = value
  994.                             operation = MUL
  995.                             value = 1.4
  996.                         }
  997.                     }
  998.                     targetInfluenceModifiers
  999.                     {
  1000.                         0
  1001.                         {
  1002.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1003.                             type = value
  1004.                             operation = MUL
  1005.                             value = 1.4
  1006.                             activityTarget
  1007.                             {
  1008.                                 partner = true
  1009.                             }
  1010.                         }
  1011.                     }
  1012.                 }
  1013.                 
  1014.                 talkRelation
  1015.                 {
  1016.                     influenceModifiers
  1017.                     {
  1018.                         0
  1019.                         {
  1020.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1021.                             type = value
  1022.                             operation = MUL
  1023.                             value = 1.4
  1024.                         }
  1025.                     }
  1026.                     targetInfluenceModifiers
  1027.                     {
  1028.                         0
  1029.                         {
  1030.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1031.                             type = value
  1032.                             operation = MUL
  1033.                             value = 1.4
  1034.                             activityTarget
  1035.                             {
  1036.                                 partner = true
  1037.                             }
  1038.                         }
  1039.                     }
  1040.                 }
  1041.                 
  1042.                 talkCompliment
  1043.                 {
  1044.                     influenceModifiers
  1045.                     {
  1046.                         0
  1047.                         {
  1048.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1049.                             type = value
  1050.                             operation = MUL
  1051.                             value = 1.4
  1052.                         }
  1053.                     }
  1054.                     targetInfluenceModifiers
  1055.                     {
  1056.                         0
  1057.                         {
  1058.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1059.                             type = value
  1060.                             operation = MUL
  1061.                             value = 1.4
  1062.                             activityTarget
  1063.                             {
  1064.                                 partner = true
  1065.                             }
  1066.                         }
  1067.                     }
  1068.                 }
  1069.                 
  1070.                 talkILoveYou
  1071.                 {
  1072.                     influenceModifiers
  1073.                     {
  1074.                         0
  1075.                         {
  1076.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1077.                             type = value
  1078.                             operation = MUL
  1079.                             value = 1.4
  1080.                         }
  1081.                     }
  1082.                     targetInfluenceModifiers
  1083.                     {
  1084.                         0
  1085.                         {
  1086.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1087.                             type = value
  1088.                             operation = MUL
  1089.                             value = 1.4
  1090.                             activityTarget
  1091.                             {
  1092.                                 partner = true
  1093.                             }
  1094.                         }
  1095.                     }
  1096.                 }
  1097.                 
  1098.                 watchRomantic
  1099.                 {
  1100.                     influenceModifiers
  1101.                     {
  1102.                         0
  1103.                         {
  1104.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1105.                             type = value
  1106.                             operation = MUL
  1107.                             value = 1.4
  1108.                         }
  1109.                     }
  1110.                     targetInfluenceModifiers
  1111.                     {
  1112.                         0
  1113.                         {
  1114.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1115.                             type = value
  1116.                             operation = MUL
  1117.                             value = 1.4
  1118.                             activityTarget
  1119.                             {
  1120.                                 partner = true
  1121.                             }
  1122.                         }
  1123.                     }
  1124.                 }
  1125.             }
  1126.             
  1127.             characterModifier
  1128.             {
  1129.                 relationshipInfluenceModifiers
  1130.                 {
  1131.                     0
  1132.                     {    
  1133.                         relationshipCondition = REL_ROMANTIC
  1134.                         type = value
  1135.                         operation = MUL
  1136.                         value = 1.25
  1137.                     }
  1138.                 }
  1139.             }
  1140.             
  1141.         }
  1142.         
  1143.         romantic2
  1144.         {
  1145.             extends = romantic1
  1146.             
  1147.             activityModifiers
  1148.             {
  1149.                 kissFriendly
  1150.                 {
  1151.                     influenceModifiers
  1152.                     {
  1153.                         0
  1154.                         {
  1155.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1156.                             type = value
  1157.                             operation = MUL
  1158.                             value = 1.4
  1159.                         }
  1160.                     }
  1161.                     targetInfluenceModifiers
  1162.                     {
  1163.                         0
  1164.                         {
  1165.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1166.                             type = value
  1167.                             operation = MUL
  1168.                             value = 1.4
  1169.                             activityTarget
  1170.                             {
  1171.                                 partner = true
  1172.                             }
  1173.                         }
  1174.                     }
  1175.                 }
  1176.                 
  1177.                 kissNice
  1178.                 {
  1179.                     influenceModifiers
  1180.                     {
  1181.                         0
  1182.                         {
  1183.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1184.                             type = value
  1185.                             operation = MUL
  1186.                             value = 1.4
  1187.                         }
  1188.                     }
  1189.                     targetInfluenceModifiers
  1190.                     {
  1191.                         0
  1192.                         {
  1193.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1194.                             type = value
  1195.                             operation = MUL
  1196.                             value = 1.4
  1197.                             activityTarget
  1198.                             {
  1199.                                 partner = true
  1200.                             }
  1201.                         }
  1202.                     }
  1203.                 }
  1204.                 
  1205.                 talkRelation
  1206.                 {
  1207.                     influenceModifiers
  1208.                     {
  1209.                         0
  1210.                         {
  1211.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1212.                             type = value
  1213.                             operation = MUL
  1214.                             value = 1.4
  1215.                         }
  1216.                     }
  1217.                     targetInfluenceModifiers
  1218.                     {
  1219.                         0
  1220.                         {
  1221.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1222.                             type = value
  1223.                             operation = MUL
  1224.                             value = 1.4
  1225.                             activityTarget
  1226.                             {
  1227.                                 partner = true
  1228.                             }
  1229.                         }
  1230.                     }
  1231.                 }
  1232.                 
  1233.                 talkCompliment
  1234.                 {
  1235.                     influenceModifiers
  1236.                     {
  1237.                         0
  1238.                         {
  1239.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1240.                             type = value
  1241.                             operation = MUL
  1242.                             value = 1.4
  1243.                         }
  1244.                     }
  1245.                     targetInfluenceModifiers
  1246.                     {
  1247.                         0
  1248.                         {
  1249.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1250.                             type = value
  1251.                             operation = MUL
  1252.                             value = 1.4
  1253.                             activityTarget
  1254.                             {
  1255.                                 partner = true
  1256.                             }
  1257.                         }
  1258.                     }
  1259.                 }
  1260.                 
  1261.                 talkILoveYou
  1262.                 {
  1263.                     influenceModifiers
  1264.                     {
  1265.                         0
  1266.                         {
  1267.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1268.                             type = value
  1269.                             operation = MUL
  1270.                             value = 1.4
  1271.                         }
  1272.                     }
  1273.                     targetInfluenceModifiers
  1274.                     {
  1275.                         0
  1276.                         {
  1277.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1278.                             type = value
  1279.                             operation = MUL
  1280.                             value = 1.4
  1281.                             activityTarget
  1282.                             {
  1283.                                 partner = true
  1284.                             }
  1285.                         }
  1286.                     }
  1287.                 }
  1288.                 
  1289.                 watchRomantic
  1290.                 {
  1291.                     influenceModifiers
  1292.                     {
  1293.                         0
  1294.                         {
  1295.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1296.                             type = value
  1297.                             operation = MUL
  1298.                             value = 1.4
  1299.                         }
  1300.                     }
  1301.                     targetInfluenceModifiers
  1302.                     {
  1303.                         0
  1304.                         {
  1305.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1306.                             type = value
  1307.                             operation = MUL
  1308.                             value = 1.4
  1309.                             activityTarget
  1310.                             {
  1311.                                 partner = true
  1312.                             }
  1313.                         }
  1314.                     }
  1315.                 }
  1316.             }
  1317.             
  1318.             characterModifier
  1319.             {
  1320.                 relationshipInfluenceModifiers
  1321.                 {
  1322.                     0
  1323.                     {    
  1324.                         relationshipCondition = REL_ROMANTIC
  1325.                         type = value
  1326.                         operation = MUL
  1327.                         value = 1.25
  1328.                     }
  1329.                 }
  1330.             }
  1331.         }
  1332.         
  1333.         romantic3
  1334.         {
  1335.             extends = romantic2
  1336.             
  1337.             activityModifiers
  1338.             {
  1339.                 kissFriendly
  1340.                 {
  1341.                     influenceModifiers
  1342.                     {
  1343.                         0
  1344.                         {
  1345.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1346.                             type = value
  1347.                             operation = MUL
  1348.                             value = 1.4
  1349.                         }
  1350.                     }
  1351.                     targetInfluenceModifiers
  1352.                     {
  1353.                         0
  1354.                         {
  1355.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1356.                             type = value
  1357.                             operation = MUL
  1358.                             value = 1.4
  1359.                             activityTarget
  1360.                             {
  1361.                                 partner = true
  1362.                             }
  1363.                         }
  1364.                     }
  1365.                 }
  1366.                 
  1367.                 kissNice
  1368.                 {
  1369.                     influenceModifiers
  1370.                     {
  1371.                         0
  1372.                         {
  1373.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1374.                             type = value
  1375.                             operation = MUL
  1376.                             value = 1.4
  1377.                         }
  1378.                     }
  1379.                     targetInfluenceModifiers
  1380.                     {
  1381.                         0
  1382.                         {
  1383.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1384.                             type = value
  1385.                             operation = MUL
  1386.                             value = 1.4
  1387.                             activityTarget
  1388.                             {
  1389.                                 partner = true
  1390.                             }
  1391.                         }
  1392.                     }
  1393.                 }
  1394.                 
  1395.                 talkRelation
  1396.                 {
  1397.                     influenceModifiers
  1398.                     {
  1399.                         0
  1400.                         {
  1401.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1402.                             type = value
  1403.                             operation = MUL
  1404.                             value = 1.4
  1405.                         }
  1406.                     }
  1407.                     targetInfluenceModifiers
  1408.                     {
  1409.                         0
  1410.                         {
  1411.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1412.                             type = value
  1413.                             operation = MUL
  1414.                             value = 1.4
  1415.                             activityTarget
  1416.                             {
  1417.                                 partner = true
  1418.                             }
  1419.                         }
  1420.                     }
  1421.                 }
  1422.                 
  1423.                 talkCompliment
  1424.                 {
  1425.                     influenceModifiers
  1426.                     {
  1427.                         0
  1428.                         {
  1429.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1430.                             type = value
  1431.                             operation = MUL
  1432.                             value = 1.4
  1433.                         }
  1434.                     }
  1435.                     targetInfluenceModifiers
  1436.                     {
  1437.                         0
  1438.                         {
  1439.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1440.                             type = value
  1441.                             operation = MUL
  1442.                             value = 1.4
  1443.                             activityTarget
  1444.                             {
  1445.                                 partner = true
  1446.                             }
  1447.                         }
  1448.                     }
  1449.                 }
  1450.                 
  1451.                 talkILoveYou
  1452.                 {
  1453.                     influenceModifiers
  1454.                     {
  1455.                         0
  1456.                         {
  1457.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1458.                             type = value
  1459.                             operation = MUL
  1460.                             value = 1.4
  1461.                         }
  1462.                     }
  1463.                     targetInfluenceModifiers
  1464.                     {
  1465.                         0
  1466.                         {
  1467.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1468.                             type = value
  1469.                             operation = MUL
  1470.                             value = 1.4
  1471.                             activityTarget
  1472.                             {
  1473.                                 partner = true
  1474.                             }
  1475.                         }
  1476.                     }
  1477.                 }
  1478.                 
  1479.                 watchRomantic
  1480.                 {
  1481.                     influenceModifiers
  1482.                     {
  1483.                         0
  1484.                         {
  1485.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1486.                             type = value
  1487.                             operation = MUL
  1488.                             value = 1.4
  1489.                         }
  1490.                     }
  1491.                     targetInfluenceModifiers
  1492.                     {
  1493.                         0
  1494.                         {
  1495.                             condition = NEED_RELATIONSHIP_ROMANTIC
  1496.                             type = value
  1497.                             operation = MUL
  1498.                             value = 1.4
  1499.                             activityTarget
  1500.                             {
  1501.                                 partner = true
  1502.                             }
  1503.                         }
  1504.                     }
  1505.                 }
  1506.             }
  1507.             
  1508.             characterModifier
  1509.             {
  1510.                 relationshipInfluenceModifiers
  1511.                 {
  1512.                     0
  1513.                     {    
  1514.                         relationshipCondition = REL_ROMANTIC
  1515.                         type = value
  1516.                         operation = MUL
  1517.                         value = 1.25
  1518.                     }
  1519.                 }
  1520.             }
  1521.         }
  1522.         
  1523.         # base skill for seductress
  1524.         seduction
  1525.         {
  1526.             hidden = true
  1527.         }
  1528.         
  1529.         # hidden skill for effects of high neurotic values (cleaning is fun)
  1530.         characterNeurotic1
  1531.         {
  1532.             note = 
  1533.             hidden = true
  1534.         }
  1535.         
  1536.         # character skills
  1537.         # loves action movies
  1538.         actionLover
  1539.         {
  1540.             activityModifiers
  1541.             {
  1542.                 watchAction
  1543.                 {
  1544.                     influenceModifiers
  1545.                     {
  1546.                         0
  1547.                         {
  1548.                             condition = NEED_FUN
  1549.                             type = value
  1550.                             operation = MUL
  1551.                             value = 1.5
  1552.                         }
  1553.                     }
  1554.                 }
  1555.             }
  1556.             hidden = true
  1557.         }
  1558.         # hates action movies
  1559.         actionHater
  1560.         {
  1561.             activityModifiers
  1562.             {
  1563.                 watchAction
  1564.                 {
  1565.                     influenceModifiers
  1566.                     {
  1567.                         0
  1568.                         {
  1569.                             condition = NEED_FUN
  1570.                             type = value
  1571.                             operation = MUL
  1572.                             value = -0.5
  1573.                         }
  1574.                     }
  1575.                 }
  1576.             }
  1577.             hidden = true
  1578.         }
  1579.         # loves news
  1580.         newsLover
  1581.         {
  1582.             activityModifiers
  1583.             {
  1584.                 watchNews
  1585.                 {
  1586.                     influenceModifiers
  1587.                     {
  1588.                         0
  1589.                         {
  1590.                             condition = NEED_FUN
  1591.                             type = value
  1592.                             operation = MUL
  1593.                             value = 1.5
  1594.                         }
  1595.                     }
  1596.                 }
  1597.             }
  1598.             hidden = true
  1599.         }
  1600.         # hates news
  1601.         newsHater
  1602.         {
  1603.             activityModifiers
  1604.             {
  1605.                 watchNews
  1606.                 {
  1607.                     influenceModifiers
  1608.                     {
  1609.                         0
  1610.                         {
  1611.                             condition = NEED_FUN
  1612.                             type = value
  1613.                             operation = MUL
  1614.                             value = -0.5
  1615.                         }
  1616.                     }
  1617.                 }
  1618.             }
  1619.             hidden = true
  1620.         }
  1621.         # loves romantic movies
  1622.         romanticLover
  1623.         {
  1624.             activityModifiers
  1625.             {
  1626.                 watchRomantic
  1627.                 {
  1628.                     influenceModifiers
  1629.                     {
  1630.                         0
  1631.                         {
  1632.                             condition = NEED_FUN
  1633.                             type = value
  1634.                             operation = MUL
  1635.                             value = 1.5
  1636.                         }
  1637.                     }
  1638.                 }
  1639.             }
  1640.             hidden = true
  1641.         }
  1642.         # hates romantic movies
  1643.         romanticHater
  1644.         {
  1645.             activityModifiers
  1646.             {
  1647.                 watchRomantic
  1648.                 {
  1649.                     influenceModifiers
  1650.                     {
  1651.                         0
  1652.                         {
  1653.                             condition = NEED_FUN
  1654.                             type = value
  1655.                             operation = MUL
  1656.                             value = -0.5
  1657.                         }
  1658.                     }
  1659.                 }
  1660.             }
  1661.             hidden = true
  1662.         }
  1663.         # loves sitcoms
  1664.         sitcomLover
  1665.         {
  1666.             activityModifiers
  1667.             {
  1668.                 watchSitcom
  1669.                 {
  1670.                     influenceModifiers
  1671.                     {
  1672.                         0
  1673.                         {
  1674.                             condition = NEED_FUN
  1675.                             type = value
  1676.                             operation = MUL
  1677.                             value = 1.5
  1678.                         }
  1679.                     }
  1680.                 }
  1681.             }
  1682.             hidden = true
  1683.         }
  1684.         # hates sitcoms
  1685.         sitcomHater
  1686.         {
  1687.             activityModifiers
  1688.             {
  1689.                 watchSitcom
  1690.                 {
  1691.                     influenceModifiers
  1692.                     {
  1693.                         0
  1694.                         {
  1695.                             condition = NEED_FUN
  1696.                             type = value
  1697.                             operation = MUL
  1698.                             value = -0.5
  1699.                         }
  1700.                     }
  1701.                 }
  1702.             }
  1703.             hidden = true
  1704.         }
  1705.         # loves horror movies
  1706.         horrorLover
  1707.         {
  1708.             activityModifiers
  1709.             {
  1710.                 watchHorror
  1711.                 {
  1712.                     influenceModifiers
  1713.                     {
  1714.                         0
  1715.                         {
  1716.                             condition = NEED_FUN
  1717.                             type = value
  1718.                             operation = MUL
  1719.                             value = 1.5
  1720.                         }
  1721.                     }
  1722.                 }
  1723.             }
  1724.             hidden = true
  1725.         }
  1726.         # hates horror movies
  1727.         horrorHater
  1728.         {
  1729.             activityModifiers
  1730.             {
  1731.                 watchHorror
  1732.                 {
  1733.                     influenceModifiers
  1734.                     {
  1735.                         0
  1736.                         {
  1737.                             condition = NEED_FUN
  1738.                             type = value
  1739.                             operation = MUL
  1740.                             value =  -0.5
  1741.                         }
  1742.                     }
  1743.                 }
  1744.             }
  1745.             hidden = true
  1746.         }
  1747.         # loves to talk casual
  1748.         talkCasualLover
  1749.         {
  1750.             activityModifiers
  1751.             {
  1752.                 talkCasual
  1753.                 {
  1754.                     influenceModifiers
  1755.                     {
  1756.                         0
  1757.                         {
  1758.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1759.                             type = value
  1760.                             operation = MUL
  1761.                             value =  1.5
  1762.                         }
  1763.                     }
  1764.                 }
  1765.             }
  1766.             hidden = true
  1767.         }
  1768.         # hates to talk casual
  1769.         talkCasualHater
  1770.         {
  1771.             activityModifiers
  1772.             {
  1773.                 talkCasual
  1774.                 {
  1775.                     influenceModifiers
  1776.                     {
  1777.                         0
  1778.                         {
  1779.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1780.                             type = value
  1781.                             operation = MUL
  1782.                             value =  0.5
  1783.                         }
  1784.                     }
  1785.                 }
  1786.             }
  1787.             hidden = true
  1788.         }
  1789.         # loves to talk gossip
  1790.         talkGossipLover
  1791.         {
  1792.             activityModifiers
  1793.             {
  1794.                 talkGossip
  1795.                 {
  1796.                     influenceModifiers
  1797.                     {
  1798.                         0
  1799.                         {
  1800.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1801.                             type = value
  1802.                             operation = MUL
  1803.                             value =  1.5
  1804.                         }
  1805.                     }
  1806.                 }
  1807.             }
  1808.             hidden = true
  1809.         }
  1810.         # hates to talk gossip
  1811.         talkGossipHater
  1812.         {
  1813.             activityModifiers
  1814.             {
  1815.                 talkGossip
  1816.                 {
  1817.                     influenceModifiers
  1818.                     {
  1819.                         0
  1820.                         {
  1821.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1822.                             type = value
  1823.                             operation = MUL
  1824.                             value =  0.5
  1825.                         }
  1826.                     }
  1827.                 }
  1828.             }
  1829.             hidden = true
  1830.         }
  1831.         # loves to talk about hobby
  1832.         talkHobbyLover
  1833.         {
  1834.             activityModifiers
  1835.             {
  1836.                 talkHobby
  1837.                 {
  1838.                     influenceModifiers
  1839.                     {
  1840.                         0
  1841.                         {
  1842.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1843.                             type = value
  1844.                             operation = MUL
  1845.                             value =  1.5
  1846.                         }
  1847.                     }
  1848.                 }
  1849.             }
  1850.             hidden = true
  1851.         }
  1852.         # hates to talk about hobby
  1853.         talkHobbyHater
  1854.         {
  1855.             activityModifiers
  1856.             {
  1857.                 talkHobby
  1858.                 {
  1859.                     influenceModifiers
  1860.                     {
  1861.                         0
  1862.                         {
  1863.                             condition = NEED_RELATIONSHIP_FRIENDSHIP
  1864.                             type = value
  1865.                             operation = MUL
  1866.                             value =  0.5
  1867.                         }
  1868.                     }
  1869.                 }
  1870.             }
  1871.             hidden = true
  1872.         }
  1873.     }
  1874. }